home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 123
/
(Vol 123) Jan 13 2011.iso
/
Games
/
crazy_fishing.swf
/
scripts
/
frame_5
/
DoAction.as
Wrap
Text File
|
2011-01-13
|
493b
|
22 lines
stop();
var Boolk_Sound = new Sound();
Boolk_Sound.attachSound("BoolkSound");
var Level_Sound = new Sound();
Level_Sound.attachSound("LevelSound");
var Over_Sound = new Sound();
Over_Sound.attachSound("OverSound");
_root.Boolk_Sound.setVolume(50);
sound.onRelease = function()
{
if(this._currentframe == 1)
{
this.gotoAndStop(2);
_root.Boolk_Sound.setVolume(0);
}
else
{
this.gotoAndStop(1);
_root.Boolk_Sound.setVolume(50);
}
};